home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / converter / pbm with gui / man / pbmtoascii.man < prev    next >
Encoding:
Text File  |  1996-07-16  |  1.3 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      pbmtoascii(1)         AMIGA (20 March 1992)         pbmtoascii(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           pbmtoascii - convert a portable bitmap into ASCII graphics
  10.  
  11.      SYNOPSIS
  12.           pbmtoascii [-1x2|-2x4] [pbmfile]
  13.  
  14.      DESCRIPTION
  15.           Reads a portable bitmap as input.  Produces a somewhat crude
  16.           ASCII graphic as output.
  17.  
  18.           Note that there is no asciitopbm tool - this transformation
  19.           is one-way.
  20.  
  21.      OPTIONS
  22.           The -1x2 and -2x4 flags give you two alternate ways for the
  23.           bits to get mapped to characters.  With 1x2, the default,
  24.           each character represents a group of 1 bit across by 2 bits
  25.           down.  With -2x4, each character represents 2 bits across by
  26.           4 bits down.  With the 1x2 mode you can see the individual
  27.           bits, so it's useful for previewing small bitmaps on a non-
  28.           graphics terminal.  The 2x4 mode lets you display larger
  29.           bitmaps on a standard 80-column display, but it obscures
  30.           bit-level details.  2x4 mode is also good for displaying
  31.           graymaps - "pnmscale -width 158 | pgmnorm | pgmtopbm
  32.           -thresh" should give good results.
  33.  
  34.      SEE ALSO
  35.           pbm(5)
  36.  
  37.      AUTHOR
  38.           Copyright (C) 1988, 1992 by Jef Poskanzer.
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 3/1/94)
  64.  
  65.  
  66.  
  67.